projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45adde3
)
(completion-setup-function): Fix last change to use
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 2 Dec 2002 22:24:34 +0000
(22:24 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 2 Dec 2002 22:24:34 +0000
(22:24 +0000)
minibuffer-completing-file-name instead.
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 62578bdfa6ec3868156500694cad69afd037c1aa..67f0edb26288c94724c15f6ef562299f402e4e30 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3922,8
+3922,7
@@
The completion list buffer is available as the value of `standard-output'.")
(completion-list-mode)
(make-local-variable 'completion-reference-buffer)
(setq completion-reference-buffer mainbuf)
- (if (memq minibuffer-completion-table
- '(ffap-read-file-or-url-internal read-file-name-internal))
+ (if minibuffer-completing-file-name
;; For file name completion,
;; use the number of chars before the start of the
;; last file name component.